getBackgroundTintList

@Nullable
open fun getBackgroundTintList(@NonNull view: @NonNull View): @Nullable ColorStateList(source)

Return the tint applied to the background drawable, if specified.

Only returns meaningful info when running on API v21 or newer, or if view implements the TintableBackgroundView interface.